Elementor Spinning Text Animation Tutorial - CSS ONLY!

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 15

  • @TopGearTechnics
    @TopGearTechnics 11 месяцев назад +3

    Actually, I was looking for an Image to rotate in a loop.!! The CSS works, but instead of selector svg{} assign a class name then works done!!!
    Thanks for the help BTW!! 🖤

    • @evabenam
      @evabenam 11 месяцев назад

      hi:) how to I assign a class name to the code she shared? I try to spin an image and the code doesn’t work...

  • @mtvsan70
    @mtvsan70 3 месяца назад

    Thanks for the help!

  • @kazro3726
    @kazro3726 Год назад

    Thank you ❣

  • @learnwithnorwebs
    @learnwithnorwebs Год назад

    Thank you for this.

  • @mohiturrahmanzidan7135
    @mohiturrahmanzidan7135 Год назад

    Thank you so much!

  • @merjhun
    @merjhun 11 месяцев назад

    Great tutorial and how can make the rotation in Counterclowise?

    • @seedlingstudio
      @seedlingstudio  11 месяцев назад +1

      You can modify the rotate keyframes to have the initial rotation as 360 degrees and the final rotation as 0 degrees! So that part of the code would look like this:
      @-webkit-keyframes rotate {
      0% {
      transform: rotate(360deg);
      }
      100% {
      transform: rotate(0deg);
      }
      }
      @keyframes rotate {
      0% {
      transform: rotate(360deg);
      }
      100% {
      transform: rotate(0deg);
      }
      }

    • @merjhun
      @merjhun 11 месяцев назад

      Thank you for reply for this option.@@seedlingstudio

  • @alejburj
    @alejburj 11 месяцев назад

    Te amo, Thnks :)

  • @experthubsbd
    @experthubsbd 8 месяцев назад

    Good video

  • @muhammadumarfarooq1023
    @muhammadumarfarooq1023 Год назад

    I love you

  • @mdgolamrabby56
    @mdgolamrabby56 8 месяцев назад

    i love you

  • @lijinbabu8601
    @lijinbabu8601 11 месяцев назад

    ❤❤